home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 January: Mac OS SDK / Dev.CD Jan 97 SDK2.toast / Development Kits (Disc 2) / OpenDoc Development Framework / ODFDev / ODF / ODFLibrary / Other / SLODFStr.fr < prev    next >
Encoding:
Text File  |  1996-09-17  |  2.2 KB  |  58 lines  |  [TEXT/MPS ]

  1. //============================================================================
  2. //
  3. //    File:                SLODFStr.fr
  4. //    Release Version:    $ ODF 2 $
  5. //
  6. //    Contains:    Miscellaneous ODF Strings
  7. //
  8. //    Copyright:    (c) 1993 - 1996 by Apple Computer, Inc., all rights reserved.
  9. //
  10. //============================================================================
  11.  
  12. #ifndef SLODFSTR_K
  13. #include "SLODFStr.k"
  14. #endif
  15.  
  16. #ifndef FWRESFIL_K
  17. #include "FWResFil.k"
  18. #endif
  19.  
  20. //----------------------------------------------------------------------------
  21. //    Miscellaneous Strings
  22. //----------------------------------------------------------------------------
  23.  
  24. resource FW_kMULTISTRING (FW_kODFStrings)
  25. {
  26.     FW_kAboutString,            "About ";
  27.     FW_kODFCopyright,            "OpenDoc™ Development Frameworks\r© 1993-96 Apple Computer, Inc.";
  28.     FW_kInsertSameDocument,        "Attempt to insert a document inside itself has failed.";
  29.     FW_kPartInfoString,            "Part Info...";
  30.     FW_kLinkInfoString,            "Link Info...";
  31.     FW_kNoDefaultPrinterMsg,     "There is no default printer selected.  Please use Chooser to select one.";
  32.     FW_kPrintingCanceledMsg,     "As you requested, printing has been canceled.";
  33.     FW_kSaveFileString,            "Save file as";
  34. }
  35.  
  36. //----------------------------------------------------------------------------
  37. //    Strings for printing
  38. //----------------------------------------------------------------------------
  39. // Obsolete.
  40.  
  41. resource FW_kMULTISTRING (FW_kPrintingStrings)
  42. {
  43.     1, "There is no default printer selected.  Please use Chooser to select one.";
  44.     2, "As you requested, printing has been canceled.";
  45. }
  46.  
  47. //----------------------------------------------------------------------------
  48. //    Strings for Linking
  49. //----------------------------------------------------------------------------
  50.  
  51. resource FW_kMULTISTRING (FW_kLinkingStrings)
  52. {
  53.     FW_kCantEditLinkDestMsg,    "You can’t edit content at a link destination. You may either find the source and edit it or break the link and edit the contents here.";
  54.     FW_kCantFindLinkSourceMsg,    "The source for this link was not found.";
  55.     FW_kCantEditThisLinkMsg,    "It isn’t possible to edit this link destination";
  56.     FW_kMultipleLinksMsg,        "You have selected content in multiple link destinations. You can only work with one at a time. Select content within a single link and try again.";
  57. }
  58.